home *** CD-ROM | disk | FTP | other *** search
- overSound = new Sound(this);
- overSound.attachSound("btnOver");
- loadBar_mc._width = 0;
- hitVal = 0;
- hit_mc._alpha = 0;
- var Plink;
- hit_mc.onRollOver = function()
- {
- name_txt.colorTo(16770048,0,"easeOutSine");
- overSound.start();
- };
- hit_mc.onRollOut = function()
- {
- name_txt.colorTo(16777215,0.4,"easeOutSine");
- };
- hit_mc.onRelease = hit_mc.onReleaseOutside = function()
- {
- _root.gotoAndStop("artLogosAssets");
- infoContentReturn();
- subEnabler(true,16777215,true,16777215,false,16770048,true,16777215);
- };
-